[INFO] cloning repository https://github.com/lamualfa/aide-with-axum-query
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lamualfa/aide-with-axum-query" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flamualfa%2Faide-with-axum-query", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flamualfa%2Faide-with-axum-query'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 778111ba860414f6976f7345836397ed39912172
[INFO] fixing lamualfa/aide-with-axum-query against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flamualfa%2Faide-with-axum-query" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lamualfa/aide-with-axum-query
[INFO] finished tweaking git repo https://github.com/lamualfa/aide-with-axum-query
[INFO] tweaked toml for git repo https://github.com/lamualfa/aide-with-axum-query written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lamualfa/aide-with-axum-query on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lamualfa/aide-with-axum-query already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/tamasfe/aide.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_qs v0.14.0
[INFO] [stderr]   Downloaded axum-extra v0.10.3
[INFO] [stderr]   Downloaded serde_html_form v0.2.8
[INFO] [stderr]   Downloaded schemars_derive v1.0.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52
[INFO] running `Command { std: "docker" "start" "f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking serde_html_form v0.2.8
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking schemars v1.0.4
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking axum v0.8.6
[INFO] [stderr]     Checking axum-extra v0.10.3
[INFO] [stderr]     Checking aide v0.15.1 (https://github.com/tamasfe/aide.git#6d0e5002)
[INFO] [stderr]     Checking aide-with-axum-query v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `fn(Query<GetTodosQuery>) -> ... {get_todos}: Handler<_, _>` is not satisfied
[INFO] [stdout]     --> src/main.rs:14:42
[INFO] [stdout]      |
[INFO] [stdout]   14 |         .api_route("/get-docs", get_with(get_todos, get_todos_docs))
[INFO] [stdout]      |                                 -------- ^^^^^^^^^ the trait `Handler<_, _>` is not implemented for fn item `fn(Query<GetTodosQuery>) -> impl Future<Output = ...> {get_todos}`
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout] help: the following other types implement trait `Handler<T, S>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.6/src/handler/mod.rs:313:1
[INFO] [stdout]      |
[INFO] [stdout]  313 | / impl<H, S, T, L> Handler<T, S> for Layered<L, H, T, S>
[INFO] [stdout]  314 | | where
[INFO] [stdout]  315 | |     L: Layer<HandlerService<H, T, S>> + Clone + Send + Sync + 'static,
[INFO] [stdout]  316 | |     H: Handler<T, S>,
[INFO] [stdout] ...    |
[INFO] [stdout]  320 | |     T: 'static,
[INFO] [stdout]  321 | |     S: 'static,
[INFO] [stdout]      | |_______________^ `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.6/src/routing/method_routing.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | / impl<S> Handler<(), S> for MethodRouter<S>
[INFO] [stdout] 1310 | | where
[INFO] [stdout] 1311 | |     S: Clone + 'static,
[INFO] [stdout]      | |_______________________^ `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-extra-0.10.3/src/handler/mod.rs:166:1
[INFO] [stdout]      |
[INFO] [stdout]  166 | / impl<H, T, S> Handler<T, S> for IntoHandler<H, T, S>
[INFO] [stdout]  167 | | where
[INFO] [stdout]  168 | |     H: HandlerCallWithExtractors<T, S> + Clone + Send + Sync + 'static,
[INFO] [stdout]  169 | |     T: FromRequest<S> + Send + 'static,
[INFO] [stdout]  170 | |     T::Rejection: Send,
[INFO] [stdout]  171 | |     S: Send + Sync + 'static,
[INFO] [stdout]      | |_____________________________^ `axum_extra::handler::IntoHandler<H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-extra-0.10.3/src/handler/or.rs:55:1
[INFO] [stdout]      |
[INFO] [stdout]   55 | / impl<S, L, R, Lt, Rt, M> Handler<(M, Lt, Rt), S> for Or<L, R, Lt, Rt, S>
[INFO] [stdout]   56 | | where
[INFO] [stdout]   57 | |     L: HandlerCallWithExtractors<Lt, S> + Clone + Send + Sync + 'static,
[INFO] [stdout]   58 | |     R: HandlerCallWithExtractors<Rt, S> + Clone + Send + Sync + 'static,
[INFO] [stdout] ...    |
[INFO] [stdout]   62 | |     Rt::Rejection: Send,
[INFO] [stdout]   63 | |     S: Send + Sync + 'static,
[INFO] [stdout]      | |_____________________________^ `axum_extra::handler::or::Or<L, R, Lt, Rt, S>` implements `Handler<(M, Lt, Rt), S>`
[INFO] [stdout] note: required by a bound in `get_with`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/git/checkouts/aide-1dcc369c2fb8c319/6d0e500/crates/aide/src/axum/routing/mod.rs:197:16
[INFO] [stdout]      |
[INFO] [stdout]  197 |             H: Handler<T, S> + OperationHandler<I, O>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^ required by this bound in `get_with`
[INFO] [stdout] ...
[INFO] [stdout]  379 | method_router_top_level!(get, get_with);
[INFO] [stdout]      | ---------------------------------------
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             required by a bound in this function
[INFO] [stdout]      | in this macro invocation
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/aide_with_axum_query-b3849a9dfbc04d10.long-type-5211558737242218845.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]      = note: this error originates in the macro `method_router_top_level` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fn(Query<GetTodosQuery>) -> ... {get_todos}: OperationHandler<_, _>` is not satisfied
[INFO] [stdout]    --> src/main.rs:14:42
[INFO] [stdout]     |
[INFO] [stdout]  14 |         .api_route("/get-docs", get_with(get_todos, get_todos_docs))
[INFO] [stdout]     |                                 -------- ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `aide::operation::OperationHandler<_, _>` is not implemented for fn item `fn(Query<GetTodosQuery>) -> impl Future<Output = ...> {get_todos}`
[INFO] [stdout] help: the trait `aide::operation::OperationHandler<I, O>` is implemented for `Layered<L, H, T, S>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/aide-1dcc369c2fb8c319/6d0e500/crates/aide/src/axum/mod.rs:855:1
[INFO] [stdout]     |
[INFO] [stdout] 855 | / impl<I, O, L, H, T, S> OperationHandler<I, O> for axum::handler::Layered<L, H, T, S>
[INFO] [stdout] 856 | | where
[INFO] [stdout] 857 | |     H: OperationHandler<I, O>,
[INFO] [stdout] 858 | |     I: OperationInput,
[INFO] [stdout] 859 | |     O: OperationOutput,
[INFO] [stdout]     | |_______________________^
[INFO] [stdout] note: required by a bound in `get_with`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/aide-1dcc369c2fb8c319/6d0e500/crates/aide/src/axum/routing/mod.rs:197:32
[INFO] [stdout]     |
[INFO] [stdout] 197 |             H: Handler<T, S> + OperationHandler<I, O>,
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `get_with`
[INFO] [stdout] ...
[INFO] [stdout] 379 | method_router_top_level!(get, get_with);
[INFO] [stdout]     | ---------------------------------------
[INFO] [stdout]     | |                             |
[INFO] [stdout]     | |                             required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/aide_with_axum_query-b3849a9dfbc04d10.long-type-5211558737242218845.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `method_router_top_level` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aide-with-axum-query` (bin "aide-with-axum-query") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `fn(Query<GetTodosQuery>) -> ... {get_todos}: Handler<_, _>` is not satisfied
[INFO] [stdout]     --> src/main.rs:14:42
[INFO] [stdout]      |
[INFO] [stdout]   14 |         .api_route("/get-docs", get_with(get_todos, get_todos_docs))
[INFO] [stdout]      |                                 -------- ^^^^^^^^^ the trait `Handler<_, _>` is not implemented for fn item `fn(Query<GetTodosQuery>) -> impl Future<Output = ...> {get_todos}`
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout] help: the following other types implement trait `Handler<T, S>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.6/src/handler/mod.rs:313:1
[INFO] [stdout]      |
[INFO] [stdout]  313 | / impl<H, S, T, L> Handler<T, S> for Layered<L, H, T, S>
[INFO] [stdout]  314 | | where
[INFO] [stdout]  315 | |     L: Layer<HandlerService<H, T, S>> + Clone + Send + Sync + 'static,
[INFO] [stdout]  316 | |     H: Handler<T, S>,
[INFO] [stdout] ...    |
[INFO] [stdout]  320 | |     T: 'static,
[INFO] [stdout]  321 | |     S: 'static,
[INFO] [stdout]      | |_______________^ `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.6/src/routing/method_routing.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | / impl<S> Handler<(), S> for MethodRouter<S>
[INFO] [stdout] 1310 | | where
[INFO] [stdout] 1311 | |     S: Clone + 'static,
[INFO] [stdout]      | |_______________________^ `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-extra-0.10.3/src/handler/mod.rs:166:1
[INFO] [stdout]      |
[INFO] [stdout]  166 | / impl<H, T, S> Handler<T, S> for IntoHandler<H, T, S>
[INFO] [stdout]  167 | | where
[INFO] [stdout]  168 | |     H: HandlerCallWithExtractors<T, S> + Clone + Send + Sync + 'static,
[INFO] [stdout]  169 | |     T: FromRequest<S> + Send + 'static,
[INFO] [stdout]  170 | |     T::Rejection: Send,
[INFO] [stdout]  171 | |     S: Send + Sync + 'static,
[INFO] [stdout]      | |_____________________________^ `axum_extra::handler::IntoHandler<H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-extra-0.10.3/src/handler/or.rs:55:1
[INFO] [stdout]      |
[INFO] [stdout]   55 | / impl<S, L, R, Lt, Rt, M> Handler<(M, Lt, Rt), S> for Or<L, R, Lt, Rt, S>
[INFO] [stdout]   56 | | where
[INFO] [stdout]   57 | |     L: HandlerCallWithExtractors<Lt, S> + Clone + Send + Sync + 'static,
[INFO] [stdout]   58 | |     R: HandlerCallWithExtractors<Rt, S> + Clone + Send + Sync + 'static,
[INFO] [stdout] ...    |
[INFO] [stdout]   62 | |     Rt::Rejection: Send,
[INFO] [stdout]   63 | |     S: Send + Sync + 'static,
[INFO] [stdout]      | |_____________________________^ `axum_extra::handler::or::Or<L, R, Lt, Rt, S>` implements `Handler<(M, Lt, Rt), S>`
[INFO] [stdout] note: required by a bound in `get_with`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/git/checkouts/aide-1dcc369c2fb8c319/6d0e500/crates/aide/src/axum/routing/mod.rs:197:16
[INFO] [stdout]      |
[INFO] [stdout]  197 |             H: Handler<T, S> + OperationHandler<I, O>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^ required by this bound in `get_with`
[INFO] [stdout] ...
[INFO] [stdout]  379 | method_router_top_level!(get, get_with);
[INFO] [stdout]      | ---------------------------------------
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             required by a bound in this function
[INFO] [stdout]      | in this macro invocation
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/aide_with_axum_query-04b2c4c2ff9a2452.long-type-16925912379799559920.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]      = note: this error originates in the macro `method_router_top_level` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fn(Query<GetTodosQuery>) -> ... {get_todos}: OperationHandler<_, _>` is not satisfied
[INFO] [stdout]    --> src/main.rs:14:42
[INFO] [stdout]     |
[INFO] [stdout]  14 |         .api_route("/get-docs", get_with(get_todos, get_todos_docs))
[INFO] [stdout]     |                                 -------- ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `aide::operation::OperationHandler<_, _>` is not implemented for fn item `fn(Query<GetTodosQuery>) -> impl Future<Output = ...> {get_todos}`
[INFO] [stdout] help: the trait `aide::operation::OperationHandler<I, O>` is implemented for `Layered<L, H, T, S>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/aide-1dcc369c2fb8c319/6d0e500/crates/aide/src/axum/mod.rs:855:1
[INFO] [stdout]     |
[INFO] [stdout] 855 | / impl<I, O, L, H, T, S> OperationHandler<I, O> for axum::handler::Layered<L, H, T, S>
[INFO] [stdout] 856 | | where
[INFO] [stdout] 857 | |     H: OperationHandler<I, O>,
[INFO] [stdout] 858 | |     I: OperationInput,
[INFO] [stdout] 859 | |     O: OperationOutput,
[INFO] [stdout]     | |_______________________^
[INFO] [stdout] note: required by a bound in `get_with`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/aide-1dcc369c2fb8c319/6d0e500/crates/aide/src/axum/routing/mod.rs:197:32
[INFO] [stdout]     |
[INFO] [stdout] 197 |             H: Handler<T, S> + OperationHandler<I, O>,
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `get_with`
[INFO] [stdout] ...
[INFO] [stdout] 379 | method_router_top_level!(get, get_with);
[INFO] [stdout]     | ---------------------------------------
[INFO] [stdout]     | |                             |
[INFO] [stdout]     | |                             required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/aide_with_axum_query-04b2c4c2ff9a2452.long-type-16925912379799559920.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `method_router_top_level` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aide-with-axum-query` (bin "aide-with-axum-query" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52", kill_on_drop: false }`
[INFO] [stdout] f1f4a82223301cf3863d5db509b965ebad4a634c3cd78f9f8280ee74317baa52
